github.com/klauspost/compress/zstd.fseEncoder.maxCount (field)

4 uses

	github.com/klauspost/compress/zstd (current package)
		blockenc.go#L713: 		println("block:", b.output[start:], "tablelog", ofEnc.actualTableLog, "maxcount:", ofEnc.maxCount)
		fse_encoder.go#L27: 	maxCount       int    // count of the most probable symbol
		fse_encoder.go#L74: 	s.maxCount = maxCount
		fse_encoder.go#L274: 	if s.maxCount == length {